home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Cool Specials / Al Morale Demo / Al's Stuff / D200.DCR / 00175_QuitFace Idler.ls < prev    next >
Encoding:
Text File  |  1999-02-16  |  186 b   |  14 lines

  1. on idle
  2.   puppetSprite(4, 1)
  3.   if rollOver(19) then
  4.     set the memberNum of sprite 4 to 176
  5.   else
  6.     puppetSprite(4, 0)
  7.   end if
  8.   updateStage()
  9. end
  10.  
  11. on exitFrame
  12.   go(the frame)
  13. end
  14.